CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv 打开 图像

搜索资源列表

  1. saveAVItojpg

    0下载:
  2. 打开AVI文件,保存其中的帧为jpg序列图像。VC+OPENCV实现。
  3. 所属分类:图形图象

    • 发布日期:2014-01-16
    • 文件大小:145033
    • 提供者:鹿角菜
  1. hello1

    0下载:
  2. 运行OPENCV ,打开不同格式的图像 需在应用台控制程序环境下运行
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:222032
    • 提供者:图像
  1. DemoTwo

    0下载:
  2. 一个调用Opencv和IPL库的,具有打开,显示,保存各种格式图像资料的小程序。-Opencv and a call for the IPL is opened, showed that the preservation of information in various formats images of small procedures.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:5012779
    • 提供者:华华
  1. FreeImage

    0下载:
  2. 开源类库,freeimage能打开很多格式的图像,支持的格式比opencv多。-Open source library, freeimage can open many image formats, supports more formats than opencv.
  3. 所属分类:Graph program

    • 发布日期:2017-05-19
    • 文件大小:5199954
    • 提供者:yan
  1. MED

    0下载:
  2. CT图像的基本处理,程序是用opencv作的,打开之前先配置一下vc6.0-CT image processing bases on vc6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3856658
    • 提供者:alahu
  1. PicOpen

    0下载:
  2. 利用opencV,BCGSoft实现的图像处理工具 (能打开图片,放大缩小,移动等)-The use of opencV, BCGSoft realize image processing tools (to open image, zoom, move, etc.)
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:155109
    • 提供者:yechao
  1. Experiments

    0下载:
  2. 程序实现了计算机图形学的基本功能,也包含了图像处理的代码,比如微分和滤波,但是里面有OpenCV的代码,所以你想直接打开就需要装OpenCV-Program to achieve the basic functions of computer graphics, but also includes the image processing code, such as differential and filtering, but the inside OpenCV code, so you ne
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1951986
    • 提供者:魏水清
  1. ROI

    0下载:
  2. 在VC6.0环境中,利用opencv打开笔记本摄像头,并将得到的视频图像变反-In VC6.0 environment, using opencv open notebook camera, and the resulting video image is reversed
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2566586
    • 提供者:王鹏程
  1. MFC_OpenCV-image-processing-platform

    0下载:
  2. 1、了解OpenCV在MFC框架中的使用,建立基于VC + OpenCV的图像处理平台; 2、在此基础上实现简单的图像处理操作,包括图像的打开、显示、放大、缩小、保存。-1 for use OpenCV in the MFC framework, the establishment of a platform based on image processing VC+ OpenCV s 2, simple image processing operations on this bas
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:11148997
    • 提供者:李晓玲
  1. justopenfile

    0下载:
  2. 一个简单的打开图像功能,结合QT实现选择线形状等功能,十分容易上手.使用了opencv数据库。-a simple open file code
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:37183
    • 提供者:王展
  1. showimage

    0下载:
  2. 通过mfc和opencv打开指定文件夹的图像文件并显示在picture控件上-Open the image file in the specified folder and displays the picture controls and through opencv mfc
  3. 所属分类:assembly language

    • 发布日期:2017-05-08
    • 文件大小:1732176
    • 提供者:詹志刚
  1. opencv_loadingImage.tar

    0下载:
  2. 利用Qt实现了自动打开图像的UI界面,利用了OPENCV库-Achieved using Qt UI interface automatically open the image, use the OPENCV library
  3. 所属分类:OpenCV

    • 发布日期:2017-04-25
    • 文件大小:10240
    • 提供者:张纯化
  1. OpenCV-camera-video-capture-sample

    0下载:
  2. 旧版OpenCV总是打不开现在的电脑摄像头,因此,查阅Opencv3.0文档后,发现其中部分类做了改进,程序为通过OpenCV3.0版本中的VideoCapture类打开电脑自带摄像头,用Mat类读取每帧图像,并利用边缘检测算法对视频边缘检测输出。-Older always OpenCV computer camera not open now, so consult Opencv3.0 document, found part of the class has been improved th
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7336374
    • 提供者:liang
  1. MyInterface

    0下载:
  2. opencv MFC对话框程序。 功能:打开图像 缩放图像 获取图像的分辨率 由鼠标给出像素的位置 获取像素的RGB值。 用途:适合初学C++图像处理的人参考学习。-Opencv MFC dialog application.
  3. 所属分类:ComboBox

    • 发布日期:2017-04-25
    • 文件大小:108375
    • 提供者:xie
  1. Saving-And-Loading-openCV-Mat

    0下载:
  2. 提供读写Mat对象到文件中的函数 //Mat读写工具函数,比使用imwrite和imread的优点是:支持OpenCV支持的所有通道和位深。 //缺点是不能作为图像文件直接被其它程序兼容打开,另外不支持压缩-Two functions writing Mat object to file or reading Mat object file.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:16026
    • 提供者:xycheng
  1. pointvalue

    0下载:
  2. 嵌套opencv的图像像素显示,可直接在vS中打开,或者加入工程-Nested opencv image pixel display, can be directly vS open, or join the project
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1127
    • 提供者:树哥
  1. CV_OpenCV1

    0下载:
  2. OpenCV打开摄像头实时获取图像源程序,环境为OpenCV3.1+VS2013-OpenCV open source webcam obtain real-time image, the environment OpenCV3.1+VS2013
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2113637
    • 提供者:莫唯希
  1. scalar

    0下载:
  2. 使用C++ 和 opencv 实现图像打开并缩放大小!-Scalar image based on opencv and C++
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3819630
    • 提供者:何琦
  1. 0_test

    0下载:
  2. vs2013配置opencv后的测试小程序,打开一幅图像(Vs2013 configuration opencv after the test applet, open an image)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:4596736
    • 提供者:nuaa_lyh
  1. opencv文本绘制函数

    0下载:
  2. puttext,实现图像上文本绘制功能。通过VS2017打开,配置opencv库即可使用。
  3. 所属分类:图形图像处理(光照,映射..)

« 1 2 3 45 6 »
搜珍网 www.dssz.com